home *** CD-ROM | disk | FTP | other *** search
- object PrintProgress: TPrintProgress
- Left = 217
- Top = 184
- BorderStyle = bsDialog
- Caption = 'Print Progress'
- ClientHeight = 75
- ClientWidth = 210
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 48
- Top = 4
- Width = 115
- Height = 13
- Caption = 'Printing document...'
- end
- object BkPanel: TPanel
- Left = 10
- Top = 20
- Width = 189
- Height = 23
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Color = clWhite
- TabOrder = 0
- object StatusBar: TPanel
- Left = 0
- Top = 0
- Width = 0
- Height = 21
- Color = clBlue
- TabOrder = 0
- end
- end
- object CancelBtn: TButton
- Left = 58
- Top = 48
- Width = 89
- Height = 23
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
-